Closed
Bug 1653001
Opened 5 years ago
Closed 5 years ago
Port OS.File makeDir to C++
Categories
(Toolkit Graveyard :: OS.File, task)
Toolkit Graveyard
OS.File
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: mail, Assigned: mail)
References
Details
Attachments
(1 file)
Part of larger work to port OS.File to C++, we need a static method in the IOUtils interface which can create new directories.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → krourke
Assignee | ||
Comment 1•5 years ago
|
||
This patch introduces a makeDirectory method to the IOUtils interface, which
allows for creating directories on disk.
Depends on D83663
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/521a4154d02c
Implement IOUtils::makeDirectory method r=barret,Gijs
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•